Skip to main content

Get Projects

GET 

https://public.api.mentaport.xyz/admin/prod/v1/projects/

Get Projects

Request

Header Parameters

    x-api-key string
    Example: {{_apiKeyAdminCert}}

Responses

Successful response

Schema
    import http.client

    conn = http.client.HTTPSConnection("public.api.mentaport.xyz")
    payload = ''
    headers = {
    'Accept': 'application/json'
    }
    conn.request("GET", "/admin/prod/v1/projects/", payload, headers)
    res = conn.getresponse()
    data = res.read()
    print(data.decode("utf-8"))
    Request Collapse all
    Base URL
    https://public.api.mentaport.xyz/admin/prod/v1/projects
    Parameters
    — header
    ResponseClear

    Click the Send API Request button above and see the response here!